M

AreaLoad.Create

Description:
Creates a new non-hosted area load within the project.
Overloads (3):
public static AreaLoad Create(
	Document aDoc,
	IList<CurveLoop> loops,
	XYZ forceVector,
	AreaLoadType symbol
)
  • aDoc
    Document to which new area load will be added.
  • IList<CurveLoop>
    loops
    The loops that define geometry of the area load. The curve loop collection should contains a closed loops consisting of lines.
  • forceVector
    The force vector applied to the 1st reference point of the area load.
  • symbol
    The symbol of the AreaLoad. Set nulla null reference (Nothing in Visual Basic) to use default type.
Return Value nullNothingnullptr If successful, returns an object of the newly created AreaLoad. null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned if the operation fails.